home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / tcp / rxsocket.lha / rxsocket / examples / examples.note < prev    next >
Encoding:
Text File  |  1998-10-27  |  1.7 KB  |  52 lines

  1.  
  2. Note about the examples:
  3.  
  4. - You must have a tcp/ip stack running
  5.  
  6. - You must install in LIBS:
  7.   - rxsocket.library from this archive
  8.   - rmh.library from util/arexx/rmh.library
  9.  
  10. - You must install in C:
  11.   - rxs from this arhive
  12.  
  13. - ps.rexx and amiget need also:
  14.   - rxwiz.library from util/rexx
  15.   - wizzard.library, e.g. from StromWizard demo by Haage
  16.  
  17. - amiget need also
  18.   - rxasl.library from util/rexx/rxasl.library
  19.  
  20. - If you start a server example and you got a
  21.   "can't bind port xxx", this means:
  22.   - you already have a server listening on that port,
  23.     try to look in inetd database in AmiTCP or Miami.
  24.   - you stopped a server that was listening on that
  25.     tcp port and the stack needs its time to release
  26.     the port.
  27.  
  28. - Errors can be everywhere so... I am sure these examples are full.
  29.  
  30. - If you got an error "function no found":
  31.   - install the libraries by hands, e.g.
  32.     rx "call addlib('rxsocket.library',0,-30)"
  33.   - check if a newer library, e.g. a new rmh.library,
  34.     is out and it is used.
  35.  
  36. - E-mail me about rxsocket and the examples, don't e-mail me about
  37.   generic bsdsocket, internet suite question, I am sure I know less
  38.   than you hehe.
  39.  
  40. - My rexx libraries suite actually consists of:
  41.   - rmh.library RexxMustHave generic functions
  42.     used everywhere in my macros - utils/rexx/rmh.lha
  43.   - rxasl.library asl functions - utils/rexx/rxasl.lha
  44.   - rxwiz.library wizard.library bridge to arexx - util/rexx/rxwiz.lha
  45.   - rxsocket.library - bsdoskcet functions for ARexx -
  46.     comm/tcp/rxsocket.lha
  47.   - rxmiamibpf.library - miami bpf functions and pcap filters
  48.     comm/tcp/rxmiamibpf.lha
  49.  
  50.   So in my examples I use those libraries.
  51.   Don't ask me to write examples with other libraries I don't know.
  52.